home *** CD-ROM | disk | FTP | other *** search
/ AV Gamer 6 / AV Gamer 6.iso / swappar.exe / ROOM3.DXR / 00020.ls < prev    next >
Encoding:
Text File  |  1996-03-12  |  239 b   |  16 lines

  1. on exitFrame
  2.   global meg, bot2
  3.   set meg to 6
  4.   if bot2 = 1 then
  5.     go("gst")
  6.   else
  7.     if bot2 = 3 then
  8.       go("return", "MENURU.DIR")
  9.     else
  10.       if bot2 = 4 then
  11.         go("end", "END.DIR")
  12.       end if
  13.     end if
  14.   end if
  15. end
  16.